Creating and Handling Semaphores
Multiprocessing Services provides the following functions for creating and handling semaphores:
MPCreateSemaphore
creates a semaphore.
MPDeleteSemaphore
removes a semaphore.
MPSignalSemaphore
signals a semaphore.
MPWaitOnSemaphore
waits on a semaphore.
MPCreateSemaphore
MPDeleteSemaphore
MPSignalSemaphore
MPWaitOnSemaphore
© 1999 Apple Computer, Inc. – (Last Updated 17 Nov 99)